home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / SCANNER / PD-204 / PD.INI < prev    next >
INI File  |  1997-09-07  |  3KB  |  167 lines

  1. # Initialisation file for POCSAG Decoder
  2.  
  3. [general]
  4.  
  5. # select the COM port - 1,2,3 or 4
  6.  
  7. comport=2
  8.  
  9. # select the pin used for input - cts or dsr
  10. # use cts for standard PD interface, dsr for "Hamcomm" type interface
  11. # use dsr for Optoelectronics Optolinx
  12.  
  13. input=cts
  14.  
  15. # select the bit rate - 512, 1200, 2400 or auto
  16.  
  17. bitrate=auto
  18.  
  19. # The "filter" switch decides if all pages are displayed to the screen,
  20. # or only those selected by PAGERS.INI or TEXTSCAN.INI.
  21. # filter=0 - display all pages
  22.  
  23. filter=0
  24.  
  25. # The "toneonly" switch allows global rejection of tone-only pages.
  26. # 0 - reject tone only pages, 1 allow tone only pages
  27.  
  28. toneonly=0
  29.  
  30. # duration of the beep (mS) when a page selected by PAGERS.INI or 
  31. # TEXTSCAN.INI is detected, 
  32. # 0 to turn off.
  33.  
  34. logbeep=100
  35.  
  36. # log file for all decoded messages - 0 = off, 1 = on
  37.  
  38. logging=1
  39.  
  40. # path for log files - must end in "\" - default is current directory
  41.  
  42. log_path=
  43.  
  44. # expire daily logfiles older than number of days - 0 = Don't Expire.
  45.  
  46. expire=5
  47.  
  48. # language - enable special features for language
  49. # This refers to another file, <language>.LNG for special
  50. # language configuration.
  51.  
  52. # For example if you set language=english then see file ENGLISH.LNG
  53. # for language configuration.
  54.  
  55. language=english
  56.  
  57. # accept address codewords with corrected errors - 0 = NO, 1 = YES
  58.  
  59. accept=0
  60.  
  61. # set the date format - uk or usa
  62.  
  63. date=uk
  64.  
  65.  
  66.  
  67. [functions]
  68.  
  69. # For each of the four function codes select type of decoding:-
  70. # raw, numeric, alpha, auto or reject
  71.  
  72. func0=auto
  73. func1=auto
  74. func2=auto
  75. func3=auto
  76.  
  77.  
  78.  
  79. [colours]
  80.  
  81. # set the colours for data display:-
  82.  
  83. #  BLACK    0
  84. #  BLUE        1
  85. #  GREEN    2    
  86. #  CYAN        3    
  87. #  RED        4    
  88. #  MAGENTA    5    
  89. #  BROWN    6    
  90. #  WHITE    7    
  91. #  GRAY        8    
  92. #  LIGHTBLUE    9    
  93. #  LIGHTGREEN    10    
  94. #  LIGHTCYAN    11    
  95. #  LIGHTRED    12    
  96. #  LIGHTMAGENTA    13    
  97. #  YELLOW    14    
  98. #  BRIGHTWHITE    15
  99.  
  100.  
  101. # Colours for the status line
  102.  
  103. status_fore=7
  104. status_back=1
  105.  
  106. # Colours for the "page" line - RIC, Function code etc
  107.  
  108. page_fore=5
  109. page_back=0
  110.  
  111. # Colours for the message data, also debug data
  112.  
  113. message_fore=7
  114. message_back=0
  115.  
  116. # Colours for a RIC code being logged
  117.  
  118. log_fore=15
  119. log_back=3
  120.  
  121. # Colours for corrected error codewords (debug)
  122.  
  123. corrected_fore=14
  124. corrected_back=3
  125.  
  126. # Colours for uncorrected error codewords (debug)
  127.  
  128. errored_fore=4
  129. errored_back=3
  130.  
  131.  
  132. [serial]
  133.  
  134. # This section is concerned with sending selected pager data out of another
  135. # serial port. 
  136.  
  137. # COM port to use for serial output - this must be different from the main
  138. # comport above. Set port=0 to turn serial output off
  139.  
  140. port=0
  141.  
  142. # The "filter" switch allows either all decoded pages to be sent to 
  143. # the serial port, or only those selected by PAGERS.INI or TEXTSCAN.INI.
  144. # filter=0 - output all pages
  145.  
  146. filter=0
  147.  
  148. # Serial output baud rate, parity, data and stop bits
  149.  
  150. baud=9600
  151. parity=none
  152. data=8
  153. stop=1
  154.  
  155. # Switches to enable/disable output of DATE and TIME (1 = on, 0 = off)
  156.  
  157. date=0
  158. time=0
  159.  
  160. # Switches to enable/disable output of RIC and FUNC codes (1 = on, 0 = off)
  161.  
  162. ric=1
  163. func=0
  164.  
  165. # End of PD.INI
  166.  
  167.